EXIT

Section: System Calls (2)
Index Return to Main Contents

BSD mandoc
BSD 4  

NAME

_exit - terminate the calling process  

SYNOPSIS

Fd #include <unistd.h> Ft void Fn _exit int status  

DESCRIPTION

The Fn _exit function terminates a process with the following consequences:

Most C programs call the library routine exit(3), which flushes buffers, closes streams, unlinks temporary files, etc., before calling Fn _exit .  

RETURN VALUE

Fn _exit can never return.  

SEE ALSO

fork(2), sigaction(2), wait(2), exit(3)  

STANDARDS

The _exit function is defined by St -p1003.1-88 .


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO
STANDARDS

This document was created by man2html, using the manual pages.
Time: 16:29:00 GMT, April 18, 2022